home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Dead Stripping
- Sent: 7/3/96 9:43 AM
- Received: 7/3/96 9:51 AM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >I have subclassed <FW_CSuperView> into <CClassA>. Everything is fine.
- >However, when I subclasse <CClassA> into <CClassB>, the only method that is
- >not stripped is <FW_DoNotDeadStripCClassB()>. There is no multiple
- >inheritance involved.
- >
- >
- Do you have anywhere in your code (somewhere that cannot be deadstripped)
-
- FW_DO_NOT_DEAD_STRIP(CClassA);
- FW_DO_NOT_DEAD_STRIP(CClassB);
-
- >
- >While I'm at it, is there any problem with deriving <CClassB> from
- >FW_MReceiver? The class have to be declared auto-destruct. Is this a
- >problem?
- >
-
- No, this is not a problem.
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-
-